翻訳と辞書
Words near each other
・ Reality therapy
・ Reality Tour (Jessica Simpson)
・ Reality tunnel
・ Reality vs. the Optimist
・ Reality's Got Me Tied Up
・ Reality-based community
・ RealityEngine
・ Realitymine
・ Reality–virtuality continuum
・ Realizability
・ Realizable k- ε Model
・ Realizar Worldwide Events
・ Realization
・ Realization (climb)
・ Realization (Eddie Henderson album)
Realization (linguistics)
・ Realization (probability)
・ Realization (systems)
・ Realization (tax)
・ Realizational morphology
・ Realize
・ Realize (song)
・ Realize Bradenton
・ Realize your potential
・ Realize/Take a Chance
・ Realized eschatology
・ Realized Fantasies
・ Realized kernel
・ Realized niche width
・ Realized variance


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Realization (linguistics) : ウィキペディア英語版
Realization (linguistics)
In linguistics, realization is the process by which some kind of surface representation is derived from its underlying representation; that is, the way in which some abstract object of linguistic analysis comes to be produced in actual language. Phonemes are often said to be ''realized'' by speech sounds. The different sounds that can realize a particular phoneme are called its allophones.
Realization is also a subtask of natural language generation, which involves
creating an actual text in a human language (English, French, etc.) from a syntactic
representation. There are a number of software packages available for realization,
most of which have been developed by academic research groups in NLG. The remainder of this article concerns realization of this kind.
== Example ==
For example, the following Java code causes the simplenlg system() 〔A Gatt and E Reiter (2009). SimpleNLG: A realisation engine for practical applications. ''Proceedings of ENLG09'' ()〕 to print out the text ''The women do not smoke.'':

NPPhraseSpec subject = nlgFactory.createNounPhrase("the", "woman");
subject.setPlural(true);
SPhraseSpec sentence = nlgFactory.createClause(subject, "smoke");
sentence.setFeature(Feature.NEGATED, true);
System.out.println(realiser.realiseSentence(sentence));

In this example, the computer program has specified the linguistic constituents of the sentence (verb, subject), and also linguistic features (plural subject, negated), and from this information the realiser has constructed the actual sentence.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Realization (linguistics)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.